home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / WHTTPD / CGI-DOS / BASEX1.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-04-19  |  168 b   |  10 lines

  1. rem
  2. rem Example used in server docs "Basic Scripting"
  3. rem
  4. set OF=%OUTPUT_FILE%
  5. echo Content-type: text/plain > %OF%
  6. echo. >> %OF%
  7. type c:\config.sys >> %OF%
  8.  
  9.  
  10.